home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Clock / Makefile < prev    next >
Encoding:
Makefile  |  1992-12-19  |  666 b   |  29 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. MAKEFILEDIR = /usr/lib/nib/
  11. NAME = Clock
  12. INTERFACES = Clock.nib
  13. CLASSES = Animator.m ClockApp.m ClockView.m
  14. MFILES = Clock_main.m
  15. PSWFILES = ClockViewWraps.psw
  16. LIBS = -lNeXT_s -lsys_s
  17. INSTALLDIR = $(HOME)/Apps
  18. APPICON = Icon.tiff
  19.  
  20. ICONSECTIONS =    -segcreate __ICON app Icon.tiff
  21.  
  22. -include Makefile.preamble
  23.  
  24. include $(MAKEFILEDIR)Makefile.common
  25.  
  26. -include Makefile.postamble
  27.  
  28. -include Makefile.dependencies
  29.